home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pgm_tool / lu62 / comm / int65.sts < prev    next >
INI File  |  1995-07-03  |  5KB  |  102 lines

  1. [shared-]
  2.     version=2
  3.     pmark="c:\lu62\port\ru.h" 5 5
  4.     project="C:\LU62\COMM\INT65.MAK"
  5.     buildmode=3
  6. [edit-]
  7.     srch=speed
  8.     fSrchRe=0
  9.     rpl=Receive
  10.     src=Receiving
  11.     fRplRe=29440
  12.     file="c:\lu62\port\ru.h" 1 1 5 5
  13.     file="C:\LU62\OBJ\INT65.MAK" 1 1 1 1
  14.     file="C:\LU62\DEBUG\DUMMY.c" 121 1 140 20
  15.     file="C:\LU62\DEBUG\FTT6.C" 195 1 215 7
  16.     file="C:\LU62\DEBUG\FTT2.C" 1 1 1 1
  17.     file="C:\LU62\DEBUG\HELP.C" 79 1 80 7
  18.     file="C:\LU62\DEBUG\REM_PATH.c" 82 1 97 46
  19.     file="C:\LU62\DEBUG\REM_DIR.c" 179 1 179 28
  20.     file="C:\LU62\DEBUG\FTTLU.C" 708 1 712 1
  21.     file="C:\LU62\DEBUG\REM_GETF.c" 60 1 60 8
  22.     file="C:\LU62\DEBUG\INI.C" 2 1 9 1
  23.     file="C:\LU62\DEBUG\FTT3.C" 504 1 513 23
  24.     file="C:\LU62\DEBUG\SLEEP16.C" 1 1 3 1
  25.     file="C:\DFC\MHP.C" 75 1 89 46
  26. [pwb]
  27.     screen=25 80
  28.     winstyle=7
  29.     wnd=C 2 1 24 80
  30. [environ]
  31.     INCLUDE=c:\c600\include;c:\lu62\include;c:\lu62\port;
  32.     LIB=c:\c600\lib
  33.     HELPFILES=c:\c600\help\*.hlp
  34. [build]
  35.     build: macro DEBUG "0"
  36.     build: macro CC "cl"
  37.     build: macro CFLAGS_G "/AL /W0 /BATCH /Zp1"
  38.     build: macro CFLAGS_D "/qc /Gi$(PROJ).mdt /Zr /Zi /Od"
  39.     build: macro CFLAGS_R "/Os /Og /Oe /Oi /Gs"
  40.     build: macro MAPFILE_D "NUL"
  41.     build: macro MAPFILE_R "$(PROJ).map"
  42.     build: macro LFLAGS_G " /NOI  /BATCH"
  43.     build: macro LFLAGS_D "/CO /INC /FAR /PACKC"
  44.     build: macro LFLAGS_R " /M /FAR /PACKC"
  45.     build: macro LINKER "link"
  46.     build: macro ILINK "ilink"
  47.     build: macro LRF "echo > NUL"
  48.     build: macro LLIBS_R "LLIBCE"
  49.     build: macro LLIBS_D " /NOD:LLIBCE LLIBCER"
  50.     build: macro LLIBS_G ""
  51.     build: all $(PROJ).exe
  52.     build: target $(PROJ).exe lrf_exe link_exe
  53.     build: inference .c.obj cc_c_obj
  54.     build: inference .c.sbr cc_c_sbr
  55.     build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
  56.     build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
  57.     build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
  58.     build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
  59.     build: release command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  60.     build: debug command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  61.     build: release command link_exe "$(LINKER) @$(PROJ).lrf"
  62.     build: debug command link_exe "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
  63.     build: command run "$(PROJ).exe $(RUNFLAGS)"
  64.     build: command debug "CV $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  65.     build: include dependencies
  66.     build: include system
  67.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  68.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  69.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  70.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  71.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  72.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  73.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  74.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  75.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  76.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  77.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  78.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  79.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  80.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
  81.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
  82.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  83.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  84.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  85.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  86.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  87.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  88.     build: message "^LINK [^L]+L[124]"
  89.     build: message "^ILINK : [^L]+L[124]"
  90.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  91.     build: message "^NMAKE : [^U]+U[124]"
  92.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  93.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  94.     build: message "^[^C]+C[124][0-9]+: "
  95.     build: message "^[^D]+D[124][0-9]+ : "
  96.     build: message "^pwbrmake: [^U]+U[124]"
  97.     build: message "^BIND : [^U]+U[124]"
  98.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  99.     build: message "^RC: error"
  100.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  101.     build: language C
  102.